Skip to content

Conversation

Th-Shivam
Copy link
Contributor

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

@codecov-commenter
Copy link

codecov-commenter commented Oct 6, 2025

Codecov Report

❌ Patch coverage is 95.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 77.47%. Comparing base (b316dcf) to head (8e2f1ad).

Files with missing lines Patch % Lines
...m/thealgorithms/searches/SentinelLinearSearch.java 95.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6671      +/-   ##
============================================
+ Coverage     77.46%   77.47%   +0.01%     
- Complexity     6257     6269      +12     
============================================
  Files           725      726       +1     
  Lines         20894    20914      +20     
  Branches       4071     4076       +5     
============================================
+ Hits          16185    16203      +18     
- Misses         4075     4076       +1     
- Partials        634      635       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Th-Shivam
Copy link
Contributor Author

@arindam89 @BurkHufnagel @Shisoik Sir please review my pull request as per your earliest convenience and merge it , and in case if there are any improvements needed then please let me know .

Copy link
Member

@DenizAltunkapan DenizAltunkapan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @Th-Shivam - Please update from master, so this pr can be merged

@DenizAltunkapan DenizAltunkapan enabled auto-merge (squash) October 12, 2025 09:24
@DenizAltunkapan DenizAltunkapan merged commit b50d1d0 into TheAlgorithms:master Oct 14, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants